home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iecmbm.h
- // Auto generated file, do not modify by hand
- // Copyrights 2002, Realsoft Graphics Oy
-
- var R3_IECOMBINEMODEL_H = 1;
- include("real/code/r3postim.js")
-
-
- var R3CLID_IMAGEEFFECTCOMBINEMODEL = 834;
-
-
-
-
-
-
-
- // R3IECMBMODA_InList: 'R3IECMBMODA_InList' not documented. GET only
- R3IECMBMODA_InList = 834500;
- function SetR3IECMBMODA_InList(value) {
- R3Set(this.r3obj, R3IECMBMODA_InList, value);
- }
-
- function GetR3IECMBMODA_InList() {
- return R3Get(this.r3obj, R3IECMBMODA_InList, R3TID_INTEGER, 0); // R3LIST*
- }
-
- // R3IECMBMODA_OutList: 'R3IECMBMODA_OutList' not documented. GET only
- R3IECMBMODA_OutList = 834501;
- function SetR3IECMBMODA_OutList(value) {
- R3Set(this.r3obj, R3IECMBMODA_OutList, value);
- }
-
- function GetR3IECMBMODA_OutList() {
- return R3Get(this.r3obj, R3IECMBMODA_OutList, R3TID_INTEGER, 0); // R3LIST*
- }
-
-
-
- function r3Imageeffectcombinemodel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IMAGEEFFECTCOMBINEMODEL, arguments);
- }
- // Methods
-
- // Attributes
- this.GetInList=GetR3IECMBMODA_InList;
- this.SetInList=SetR3IECMBMODA_InList;
- this.GetOutList=GetR3IECMBMODA_OutList;
- this.SetOutList=SetR3IECMBMODA_OutList;
- }
-
- r3Imageeffectcombinemodel.prototype=new r3Postimageeffectmodel;
- // r3iecmbm.h_H